Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape
authorOwen Taylor <otaylor@redhat.com>
Tue, 29 Jan 2002 19:44:49 +0000 (19:44 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 29 Jan 2002 19:44:49 +0000 (19:44 +0000)
commit854372b9be425955fccd2f6c2ef70b3719b5183d
tree86d556dc7a9e2e96a041f0f082a0af747805d20e
parentcac17ab7b4d1f549547996e7cf3c0f4c41ae2a1e
Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape

Tue Jan 29 14:24:49 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
        bindings for "move-focus" so that Control-Tab to escape from
        something that eats Tab just works if not otherwise overriden.

        * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range)
        * gtk/gtkvscale.c (gtk_vscale_new_with_range)
        * gtk/gtkhscale.c (gtk_hscale_new_with_range): Use a page_size
        of zero for the adjustment, since at times we think that the range
        is lower to upper - page_size. A page size equally to the
        step_increment is, in any case, not meaningful.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkhscale.c
gtk/gtkspinbutton.c
gtk/gtkvscale.c
gtk/gtkwindow.c